Continuous Sync using DMS-Migration Demo/MigrationDemoSetup/PostgreSql-CreateTables.sql (10 lines of code) (raw):

INSERT INTO catalog (name, description, category) values ('Star Wars: The Empire Strikes Back', 'The Rebels scatter after the Empire attacks their base on the ice planet Hoth.', 'movie'); INSERT INTO catalog (name, description, category) values ('Star Wars: Return of the Jedi', 'The Empire prepares to crush the Rebellion with a more powerful Death Star. The Rebel fleet counters with a massive attack on the space station. ', 'movie'); INSERT INTO catalog (name, description, category) values ('Star Wars: Attack of the Clones', 'When Jedi apprentice Anakin Skywalker is assigned to protect Senator Padmé Amidala, he discovers his love for her...and his own darker side.', 'movie'); INSERT INTO catalog (name, description, category) values ('Star Wars: Revenge of the Sith', 'Clone Wars rage across the galaxy. The sinister Sith Lord seizes control of the Republic and corrupts Anakin Skywalker to be his dark apprentice, Darth Vader.', 'movie'); INSERT INTO catalog (name, description, category) values ('Obi-Wan Kenobi Light Saber', 'Light saber costume accessory extends to approximately 3-Feet long. Silver base with telescoping blue blade that lights up; blade retracts fully', 'toy'); INSERT INTO catalog (name, description, category) values ('Death Star Road Stormtrooper', 'Star Wars Death Star Road Stormtrooper Crossing Mens T-Shirt', 'Mens Clothing'); INSERT INTO catalog (name, description, category) values ('Men Dark Lord Darth Vader', 'Men Dark Lord Darth Vader Mens T-Shirt', 'Mens Clothing'); INSERT INTO catalog (name, description, category) values ('Princess Leia Star Wars 8x10 photo', 'Carrie Fisher reprint signed autographed Princess Leia Star Wars 8x10 photo #1 RP' , 'Collectibles'); INSERT INTO catalog (name, description, category) values ('2016 Topps Star Wars Rogue One Series', '2016 Topps Star Wars Rogue One Series 1 EXCLUSIVE Factory Sealed Retail Box with 10 Packs & VERY SPECIAL MEDALLION Card! Plus SPECIAL BONUS of Topps Star Wars The Force Awakens Foil Pack! Wowzzer!' , 'Collectibles'); INSERT INTO catalog (name, description, category) values ('Princess Leia Star Wars 8x10 photo', 'Carrie Fisher reprint signed autographed Princess Leia Star Wars 8x10 photo #1 RP' , 'Collectibles');